nhooyr.io/websocket.Conn.writeError (method)
10 uses
nhooyr.io/websocket (current package)
conn.go#L194: c.writeError(StatusPolicyViolation, errors.New("read timed out"))
read.go#L182: c.writeError(StatusProtocolError, err)
read.go#L204: c.writeError(StatusProtocolError, err)
read.go#L272: c.writeError(StatusProtocolError, err)
read.go#L278: c.writeError(StatusProtocolError, err)
read.go#L318: c.writeError(StatusProtocolError, err)
read.go#L351: c.writeError(StatusProtocolError, err)
read.go#L436: mr.c.writeError(StatusProtocolError, err)
read.go#L491: lr.c.writeError(StatusMessageTooBig, err)
write.go#L394: func (c *Conn) writeError(code StatusCode, err error) {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |